In This Topic
Nevron Open Vision (NOV) provides an extensive support for linear (1D) and matrix (2D) barcodes. They are implemented as widgets, so you can easily embed them in your NOV based applications, rich text documents and reports. All barcode widgets inherit from the NBarcode class, which contains the following functionality and settings:
- SizeMode - determines the way the barcode is sized in its slot. If set to Scale (the default) the size of the barcode is determined by its content and the value of its Scale property. If set to Fit, the barcode is drawn with such scale so that it fits the bounds of the widget (i.e. the Scale property is not taken into account).
- Scale - determines the scale of the barcode. This property is valid only when the SizeMode is set to Scale. In this case the scale determines the size of a discrete barcode unit, for example in the case of a linear barcode the Scale determines the width of a line.
- Text - specifies the text that the barcode should encode.
- BackgroundFill - determines the background fill of the barcode.
- TextFill - specifies the foreground fill of the barcode.
See Also